gh-91053: Add an optional callback that is invoked whenever a function is modified#97834
Closed
mpage wants to merge 152 commits intopython:mainfrom mpage:func-modified-cb
+57,658-3,117
Commits
Commits on Oct 4, 2022
Commits on Oct 5, 2022
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 6, 2022
Commits on Oct 11, 2022
pythongh-97008: Add a Python implementation of AttributeError and NameError suggestions (python#97022)
pythongh-93738: Documentation C syntax (:c:type:
PyUnicodeObject*
-> :c:expr:PyUnicodeObject*
) (python#97783)pythongh-93738: Documentation C syntax (:c:type:
PyBytesObject*
-> :c:expr:PyBytesObject*
) (python#97782)pythongh-93738: Documentation C syntax (:c:type:
PyTupleObject*
-> :c:expr:PyTupleObject*
) (python#97780)pythongh-93738: Documentation C syntax (:c:type:
PyInterpreterState *
-> :c:expr:PyInterpreterState *
) (python#97777)pythongh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (python#97826)
pythongh-93738: Documentation C syntax (:c:type:
PyTypeObject*
-> :c:expr:PyTypeObject*
) (python#97778)pythongh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (pythonGH-97644)
pythongh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (pythonGH-96383)
pythongh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (python#32073)
pythongh-65961: Raise
DeprecationWarning
when__package__
differs from__spec__.parent
(python#97879)pythonGH-97002: Prevent
_PyInterpreterFrame
s from backing more than onePyFrameObject
(pythonGH-97996)pythongh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (pythonGH-97803)
pythongh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase" (python#98015)
pythonGH-98023: Change default child watcher to PidfdChildWatcher on supported systems (python#98024)
pythonGH-94597: deprecate
SafeChildWatcher
,FastChildWatcher
andMultiLoopChildWatcher
child watchers (python#98089)- committed
- committed
- committed
- committed