Neil Schemenauer

Results 50 comments of Neil Schemenauer

Did you try the "py3_12" branch? It doesn't have warnings and also fixes some issues with the new token stream. It's not 100% complete (doesn't handle nested f-strings, for example).

@flashcode I spent some time investigating today and came up with a different work-around. See: https://github.com/python/cpython/issues/116510#issuecomment-2198359199 How does your workaround work, do you think?

Hi, I've removed some backwards compatibility features in PTL in a recent Quixote release, while adding support for Python 3.12. You must now use the `F` prefix on htmltext strings...

It was an oversight, I made a PR if you could review it.

I think this can be merged now with GH-125709 applied on top or squashed into it.

Some example code here: https://github.com/nascheme/py_rlock

> @nascheme can you please check that you've signed the [CLA](https://cla.developers.google.com/)? As of today, I believe it should be. My employer (Quansight) has already signed the CLA and it was...

Just a heads up, I've been testing `protobuf` with a free-threaded version of grpc and found some issues. Specifically, we need to be more careful about the weak-map in order...

Latest push fixes some crashes found when running a multi-threaded version of the grpc route_guide example. I avoided the need for `PyUnstable_TryIncRef()` by using strong references for the object map.

Any feedback on what might need to be done to move this PR along? Based on my (admittedly somewhat limited) testing, it seems to work. It shouldn't impact the non-free-threaded...