mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
5235467b91
* Handle non-source modules more gracefully (and consistently) * Improve handling of frozen modules (which may or may not have source) * Avoid reporting misleading info when looking up objects via aliases * Refactor CLI implementation to improve testability * Add several more test cases Closes #149010