mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Otherwise we leave a dangling pointer to free'd memory. If we then initialize a new interpreter in the same process and call PyImport_ExtendInittab, we will (likely) crash when calling PyMem_RawRealloc(inittab_copy, ...) since the pointer address is bogus. Automerge-Triggered-By: @brettcannon |
||
|---|---|---|
| .. | ||
| 2020-04-27-14-00-38.bpo-40217.sgn6c8.rst | ||
| 2020-04-28-15-47-58.bpo-40421.ZIzOV0.rst | ||
| 2020-04-28-19-29-36.bpo-40421.3uIIaB.rst | ||
| 2020-04-28-23-17-27.bpo-40428.rmtpru.rst | ||
| 2020-04-29-01-39-41.bpo-40429.VQfvta.rst | ||
| 2020-05-01-17-28-04.bpo-40412.dE0D8N.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/