Issue #4555: All exported C symbols are now prefixed with either "Py"… · python/cpython@d01d396 · GitHub
Skip to content

Commit d01d396

Browse files
committed
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
("make smelly" now clean)
1 parent 409b538 commit d01d396

6 files changed

Lines changed: 89 additions & 86 deletions

File tree

Include/asdl.h

Lines changed: 2 additions & 2 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Projected release date: 2013-10-20
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #4555: All exported C symbols are now prefixed with either
14+
"Py" or "_Py".
15+
1316
- Issue #19219: Speed up marshal.loads(), and make pyc files slightly
1417
(5% to 10%) smaller.
1518

Parser/asdl_c.py

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)