[Python-Dev] how important is setting co_filename for a module being imported to what file is set to? (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Mon Aug 31 17:10:34 CEST 2009


Benjamin Peterson <benjamin python.org> writes:

> Why can't we simply make cofilename a writable attribute instead of inventing > some complicated API? Because code objects are supposed to be a immutable hashable object?

Right, but co_filename is used neither in tp_hash nor in tp_richcompare.

Regards

Antoine.



More information about the Python-Dev mailing list