mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
This commit is contained in:
parent
842a2f07f2
commit
c11183cdcf
12 changed files with 483 additions and 393 deletions
4
setup.py
4
setup.py
|
@ -784,9 +784,7 @@ class PyBuildExt(build_ext):
|
|||
self.add(Extension('syslog', ['syslogmodule.c']))
|
||||
|
||||
# Python interface to subinterpreter C-API.
|
||||
self.add(Extension('_xxsubinterpreters',
|
||||
['_xxsubinterpretersmodule.c'],
|
||||
define_macros=[('Py_BUILD_CORE', '')]))
|
||||
self.add(Extension('_xxsubinterpreters', ['_xxsubinterpretersmodule.c']))
|
||||
|
||||
#
|
||||
# Here ends the simple stuff. From here on, modules need certain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue