[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.9 ___ Python tracker ___ _

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Irit Katriel added the comment: New changeset eb65e46b9b28103767c115ccf71a97a9f4237d4c by Irit Katriel in branch '3.10': [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645) https://github.com/python/cpython/commit/eb65e46b9b28103767c115ccf71a9

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29765 pull_request: https://github.com/python/cpython/pull/31645 ___ Python tracker ___

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3257d49d236e5f3453fe9d2fd8338bcdfe9756b7 by slateny in branch 'main': bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456) https://github.com/python/cpython/commit/3257d49d236e5f3453fe9d2fd8338bcdfe9756b7 --

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-02-20 Thread Stanley
Change by Stanley : -- keywords: +patch nosy: +slateny nosy_count: 2.0 -> 3.0 pull_requests: +29585 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31456 ___ Python tracker __

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-li

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2021-10-16 Thread Dutcho
New submission from Dutcho : The standard library documentation on module inspect starts with an overview of types and attributes. This overview (in all Python versions) states: code.co_names: tuple of names of local variables code.co_varnames: tuple of names of arguments and local vari