| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,10 +1,13 @@ | |||
| 1 | - /* FIXME: PEP 587 makes these functions public */ | ||
| 2 | 1 | #ifndef Py_BUILD_CORE_MODULE | |
| 3 | 2 | # define Py_BUILD_CORE_MODULE | |
| 4 | 3 | #endif | |
| 5 | 4 | ||
| 5 | + /* Always enable assertion (even in release mode) */ | ||
| 6 | + #undef NDEBUG | ||
| 7 | + | ||
| 6 | 8 | #include <Python.h> | |
| 7 | - #include "pycore_initconfig.h" /* FIXME: PEP 587 makes these functions public */ | ||
| 9 | + #include "pycore_initconfig.h" /* _PyConfig_InitCompatConfig() */ | ||
| 10 | + #include "pycore_pystate.h" /* _PyRuntime */ | ||
| 8 | 11 | #include <Python.h> | |
| 9 | 12 | #include "pythread.h" | |
| 10 | 13 | #include <inttypes.h> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments