[Python-Dev] Re: PEP 626: Precise line numbers for debugging and other tools.

2020年7月25日 12:24:23 -0700

I certainly understand saying "this change isn't important enough to justify a 
change." 
But it sounds as though you are saying the benefit is irrelevant; it is just 
inherently too expensive to ask programs that are already dealing with 
internals and trying to optimize performance to make a mechanical change from:
 code.magic_attrname
to:
 magicdict[code]
What have I missed?
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/TDCJFNHIAFEH5NIBEPP2GFP4C2BYR2DP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to