Title: _lsprof.c: Profiler.enable() clobbers exception from use_tool_id · Issue #153068 · python/cpython · GitHub
Open Graph Title: _lsprof.c: Profiler.enable() clobbers exception from use_tool_id · Issue #153068 · python/cpython
X Title: _lsprof.c: Profiler.enable() clobbers exception from use_tool_id · Issue #153068 · python/cpython
Description: Bug report Bug description: Original gist: https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2 Summary In Modules/_lsprof.c (lines 821-823), when sys.monitoring.use_tool_id() fails, PyErr_Format unconditionally replaces th...
Open Graph Description: Bug report Bug description: Original gist: https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2 Summary In Modules/_lsprof.c (lines 821-823), when sys.monitoring.use_tool_id() fails, ...
X Description: Bug report Bug description: Original gist: https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2 Summary In Modules/_lsprof.c (lines 821-823), when sys.monitoring.use_tool_id() fails, ...
Opengraph URL: https://github.com/python/cpython/issues/153068
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"_lsprof.c: Profiler.enable() clobbers exception from use_tool_id","articleBody":"# Bug report\n\n### Bug description:\n\nOriginal gist: https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2\n\n\u003e ## Summary\n\u003e \n\u003e In `Modules/_lsprof.c` (lines 821-823), when `sys.monitoring.use_tool_id()` fails, `PyErr_Format` unconditionally replaces the real exception with a generic ValueError.\n\u003e \n\u003e ## Fix\n\u003e \n\u003e Remove the `PyErr_Format` call and let the original exception propagate.\n\u003e \n\u003e ## Reproducer\n\u003e \n\u003e ```python\n\u003e import cProfile\n\u003e p1 = cProfile.Profile()\n\u003e p1.enable()\n\u003e p2 = cProfile.Profile()\n\u003e try:\n\u003e p2.enable() # ValueError: \"Another profiling tool is already active\"\n\u003e except ValueError as e:\n\u003e print(f\"Generic message masks real error: {e}\")\n\u003e finally:\n\u003e p1.disable()\n\u003e ```\n\n\n### CPython versions tested on:\n\nCPython main branch\n\n### Operating systems tested on:\n\n_No response_\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-153070\n* gh-153240\n* gh-153241\n* gh-153242\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/aisk","@type":"Person","name":"aisk"},"datePublished":"2026-07-05T07:02:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/153068/cpython/issues/153068"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f9632dd8-4674-45b8-5c42-e8914e0a0e88 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B5D0:1C80C7:907DD1:C6F7A7:6A5131C0 |
| html-safe-nonce | 74e43425979d04ecb7035c6049b0edd9ebf6f4fd370460f7a25e8fdaa2473095 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNUQwOjFDODBDNzo5MDdERDE6QzZGN0E3OjZBNTEzMUMwIiwidmlzaXRvcl9pZCI6IjcwNTIxOTY5NzczNzE1OTExMDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 06750e68fed7caf2cd15856c7ec16c8d3b352f81bd65d3f0c0af54ca218de64f |
| hovercard-subject-tag | issue:4811937085 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/153068/issue_layout |
| twitter:image | https://opengraph.githubassets.com/780f1db31f155e99d9723d873c92936ecefe7f9dbf4d54633746a528dca4a1ae/python/cpython/issues/153068 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/780f1db31f155e99d9723d873c92936ecefe7f9dbf4d54633746a528dca4a1ae/python/cpython/issues/153068 |
| og:image:alt | Bug report Bug description: Original gist: https://gist.github.com/devdanzin/ed7691a99c26ede561a549ab1dba00b2 Summary In Modules/_lsprof.c (lines 821-823), when sys.monitoring.use_tool_id() fails, ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | aisk |
| hostname | github.com |
| expected-hostname | github.com |
| None | e840f405b2718e8f2d55aafa9ff27dbce17e29d0c253011d05ea0fea3c78baff |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 4ae6027e8ba70c79dc08249bb6cdc1a09d788496 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width