mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Use FLAG_REF always for interned strings. Refcounts of interned string is very unstable. When compiling same source, refcounts of interned string in the output may be 1 or >1. It makes FLAG_REF usage unstable. To help reproducible build, use FLAG_REF for interned string even if refcnt(obj)==1.
Miscellaneous source files for the main Python shared library