Dustin Spicuzza
Dustin Spicuzza
Here's a format-patch for the docstring: ```patch From d82875412b5e75ab23df4492d2f4b8624b9c69ef Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 24 Dec 2022 14:39:47 -0500 Subject: [PATCH] Fix classmethod docstring ---...
Just kidding, that doesn't work if you specify arguments. Updated comment. It seems like the two options are to modify the function record (triggers an internals API bump?) or go...
This still occurs on the current RobotPy beta.
Sorry for the delayed response! I haven't tried that workaround. Instead, I ended up patching configure.ac/configure and that seems to have fixed the issue (PR @ https://github.com/python/cpython/pull/22525). With that patch...
If you need a 3.11 cross environment to play with, I've got some docker-based stuff at https://github.com/robotpy/robotpy-cross-docker/pull/8
I have a fix. The reason it broke is because of one of the new speed enhancements to CPython that freezes several commonly used modules that never change -- and...
Changes made. FWIW my project has been using this for a month and it works great as far as I can tell.
Seems like an ok solution for the moment, but as I said, would be a nice to have. Maybe someone will get around to it at some point.
Ignore my last comment, apparently that's a different strictness that is already supported. It's late. I'm tired. This is a pretty cool library though, thank you.
/format