Files
cpython/Python
Serhiy Storchaka 95b6acf951 bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
It was overridden by the lineno of the first decorator. Now it is
the lineno of 'def' or 'class'.
2018-10-30 13:16:02 +02:00
..
2018-10-19 23:30:03 +02:00
2018-10-19 23:30:03 +02:00

Miscellaneous source files for the main Python shared library