mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Minor readability fix in PyUnstable_GC_VisitObjects Replaces `if (visit_generation())` with `if (visit_generation() < 0)`, since we are checking for the failure case, and it's confusing to have that be implicitly `true`. Also fixes a misspelt variable name.
Miscellaneous source files for the main Python shared library