https://github.com/python/cpython/commit/79061af448ada100a8c038beae927fb1debb2a64 commit: 79061af448ada100a8c038beae927fb1debb2a64 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou <[email protected]> date: 2024-02-26T11:09:14+01:00 summary:
[3.12] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ctypes documentation (GH-115092) (GH-115936) Remove a left-over sentence that refers to an example that was present in Python 3.10 and was using ``Py_OptimizeFlag``. (cherry picked from commit 915d7dd090387b52f62bdc2f572413bc87297cee) Co-authored-by: Antti Haapala <[email protected]> files: M Doc/library/ctypes.rst diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index f8c0a53e3dd7c1..2d6f61930cbe86 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1113,10 +1113,6 @@ api:: >>> print(hex(version.value)) 0x30c00a0 -If the interpreter would have been started with :option:`-O`, the sample would -have printed ``c_long(1)``, or ``c_long(2)`` if :option:`-OO` would have been -specified. - An extended example which also demonstrates the use of pointers accesses the :c:data:`PyImport_FrozenModules` pointer exported by Python. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
