Mailing List Archive

[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data
Steve Dower <steve.dower@python.org> added the comment:

This change modified the audit event 'code.__name__', which requires a deprecation period (all events are public API, as per PEP 578).

We need to revert that part of the change. I don't think we need to add a new event to report the qualname here, so just dropping the new argument seems fine.

----------
nosy: +steve.dower
resolution: fixed ->
status: closed -> open

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:

Correction: the event is `code.__new__`

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data [ In reply to ]
Change by Steve Dower <steve.dower@python.org>:


----------
pull_requests: +28041
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/29809

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:


New changeset db55f3fabafc046e4fca907210ced4ce16bf58d6 by Steve Dower in branch 'main':
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
https://github.com/python/cpython/commit/db55f3fabafc046e4fca907210ced4ce16bf58d6


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data [ In reply to ]
Change by Steve Dower <steve.dower@python.org>:


----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com