mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com> Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
This commit is contained in:
parent
3d3027c5fc
commit
4823d9a512
18 changed files with 276 additions and 64 deletions
|
|
@ -596,6 +596,16 @@ PyConfig
|
|||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
.. c:member:: int no_debug_ranges
|
||||
|
||||
If equals to ``1``, disables the inclusion of the end line and column
|
||||
mappings in code objects. Also disables traceback printing carets to
|
||||
specific error locations.
|
||||
|
||||
Default: ``0``.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. c:member:: wchar_t* check_hash_pycs_mode
|
||||
|
||||
Control the validation behavior of hash-based ``.pyc`` files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue