mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
also adds 'extern' to PyAPI_DATA rather than at each declaration, as discussed with Tim and Guido.
This commit is contained in:
parent
f4ad4ce5a0
commit
a290527376
7 changed files with 97 additions and 97 deletions
|
@ -8,10 +8,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef Py_REF_DEBUG
|
||||
DL_IMPORT(long) _Py_RefTotal;
|
||||
long _Py_RefTotal;
|
||||
#endif
|
||||
|
||||
DL_IMPORT(int) Py_DivisionWarningFlag;
|
||||
int Py_DivisionWarningFlag;
|
||||
|
||||
/* Object allocation routines used by NEWOBJ and NEWVAROBJ macros.
|
||||
These are used by the individual routines for object creation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue