mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +00:00
C++ compiler cleanup: migrate to modsupport.h
This commit is contained in:
parent
a0b6338823
commit
7ff54e7706
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@
|
|||
typedef double va_double;
|
||||
|
||||
static PyObject *va_build_value(const char *, va_list, int);
|
||||
#ifdef HAVE_DECLSPEC_DLL
|
||||
PyAPI_FUNC(PyObject *) _Py_BuildValue_SizeT(const char *, ...);
|
||||
#endif
|
||||
|
||||
/* Package context -- the full module name for package imports */
|
||||
char *_Py_PackageContext = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue