mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
gh-110481: Implement biased reference counting (gh-110764)
This commit is contained in:
parent
05f2f0ac92
commit
6dfb8fe023
29 changed files with 511 additions and 52 deletions
|
|
@ -4,7 +4,13 @@
|
|||
* foo, bar), only the first one is called the same as the compiled file.
|
||||
*/
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include "pyconfig.h" // Py_NOGIL
|
||||
#endif
|
||||
|
||||
#ifndef Py_NOGIL
|
||||
#define Py_LIMITED_API 0x03020000
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue