Erlend E. Aasland

Results 345 comments of Erlend E. Aasland

With this feature, we now get duplicate information if we `sqlite3.enable_callback_tracebacks(True)`. Also, I believe the information you get by setting `enable_callback_tracebacks` to `True` is better than what you get by...

I'm going to reject this feature and instead work on enabling unraisable exceptions by default. That is: - if an exception happens in a callback, raise an unraisable exception at...

Topic created: - https://discuss.python.org/t/enable-unraisable-exceptions-by-default-for-sqlite3-callbacks/43808

We should consider backporting this, IMO.

> Should we backport #96002 before backporting this? Yes, I think we should. Although that PR introduced a new C file, it expands the Argument Clinic coverage considerably, so I...

Yes, thanks for all your good work on argument clinic, @colorfulappl! And thank you Kumar for landing these PRs; I've had a hard time keeping up with CPython dev lately.

Yeah, it's a cast warning. You'll see it in the diff tab on the PR; it's one of the GitHub windows runners that's complaining, IIRC (I'm on mobile now).

I'm now getting reference leaks with this PR: ```console $ ./python.exe -m test -R : test_clinic Raised RLIMIT_NOFILE: 256 -> 1024 0:00:00 load avg: 1.21 Run tests sequentially 0:00:00 load...

Also, I'll wait for @kumaraditya303's thumbs up before landing this. @isidentical, do you want to have a look?

BTW, @colorfulappl, please resolve the conflicts in `Modules/Setup.stdlib.in` (it's because of my recent PRs for the `_testcapi` module).