summaryrefslogtreecommitdiffstats
path: root/Lib/pickle.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-07-19 19:32:07 (GMT)
committerJesus Cea <jcea@jcea.es>2012-07-19 19:32:07 (GMT)
commit024abca053dd18b474b41eba2331d35b24c3bae3 (patch)
treee1b08ab146f3698b5669260b09d64c52d14d850a /Lib/pickle.py
parent3cd346ae3378fa6de523c037e8b57651d39a79bd (diff)
parent62a5c3216d2bc09adedccaaf2ad8fa79acd6799c (diff)
downloadcpython-024abca053dd18b474b41eba2331d35b24c3bae3.zip
cpython-024abca053dd18b474b41eba2331d35b24c3bae3.tar.gz
cpython-024abca053dd18b474b41eba2331d35b24c3bae3.tar.bz2
MERGE: Closes #15395: memory leaks in selectmodule.c
Diffstat (limited to 'Lib/pickle.py')
0 files changed, 0 insertions, 0 deletions
src?h=hdf5-1_12_0-initial'>src/H5FDdrvr_module.h
blob: 59a419eaee9ad24357edc6cf2713fd505cb2497a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Copyright by The HDF Group.                                               *
 * All rights reserved.                                                      *
 *                                                                           *
 * This file is part of HDF5.  The full HDF5 copyright notice, including     *
 * terms governing use, modification, and redistribution, is contained in    *
 * the COPYING file, which can be found at the root of the source code       *
 * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.  *
 * If you do not have access to either file, you may request a copy from     *
 * help@hdfgroup.org.                                                        *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*
 * Programmer:	Quincey Koziol <koziol@hdfgroup.org>
 *		Saturday, September 12, 2015
 *
 * Purpose:	This file contains declarations which define macros for the
 *		H5FD driver package.  Including this header means that the source file
 *		is part of the H5FD driver package.
 */
#ifndef _H5FDdrvr_module_H
#define _H5FDdrvr_module_H

/* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error
 *      reporting macros.
 */
#define H5_MY_PKG       H5FD
#define H5_MY_PKG_ERR   H5E_FILE
#define H5_MY_PKG_INIT  YES
#define H5_PKG_SINGLE_SOURCE

#endif /* _H5FDdrvr_module_H */