Message231211
+1 on the principle.
> reference count printing is duplicated (lifecycle prints it at
> shutdown, pythonrun at the interactive prompt)
You could make it an API in object.c.
> * pythonrun references PyInspect_Flag directly without an extern
> declaration
>
> * This particular oddity wasn't introduced by this patch, but it
> turns out PyOptimize_Flag lives in compile.c, rather than with the
> other global flags in pythonrun.c. It's also declared as a public
> data API in pydebug.h
Should be easy to fix as well :-) |
|
| Date |
User |
Action |
Args |
| 2014-11-15 18:24:11 | pitrou | set | recipients:
+ pitrou, barry, ncoghlan, Arfrever |
| 2014-11-15 18:24:11 | pitrou | set | messageid: <[email protected]> |
| 2014-11-15 18:24:11 | pitrou | link | issue22869 messages |
| 2014-11-15 18:24:11 | pitrou | create | |
|