| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* Add Py_STATIC_INLINE() macro to declare "static inline" functions. The macro asks the compiler to always inline the function, whenever possible. * Modify pydtrace.h to use Py_STATIC_INLINE() when WITH_DTRACE is not defined. * Add an unit test on Py_DECREF() to make sure that _Py_NegativeRefcount() reports the correct filename.
| Back | FazBrowse Home | New Git URL |
The macro asks the compiler to always inline the function, whenever
possible.
not defined.
_Py_NegativeRefcount() reports the correct filename.
https://bugs.python.org/issue35059