Kay Hayen
Kay Hayen
I think that sysconfig is loaded long after `encodings` but I might be wrong there, I didn't see anything in the patches that can cause this. Somebody equiped with a...
I am working on full match support as a 2.4 release goal, with 2.3 being released now with 3.12 and 3.13 beta 1 support, this is the next compatibility goal...
All of this is implemented by now. The bytecode cache is influenced by plugins that took effect and their inputs, presence modules affects caching too, for the actual XML storage...
The way that signal handling in Python works, is that when the SIGINT signal is received, it is not immediately delivered, but instead enqueued for later delivery in the form...
Well, it's not like this is not going to improve. However, I didn't reproduce what you say there, I could hit CTRL-C any amount of time and get outputs. Did...
Ah, my bad. I tested on Windows. That must mean on Linux it's doing it wrong. I will check it out.
I reproduced it. Indeed the second signal is more deadly. This has to be a mistake in house the signal handling is done on Linux.
I think, what is happening, is that during signal handler it sleeps for 2s, 5s, or infinite, if you provide a large value, but then when the same signal arrives...
Make sure you read the output: > Nuitka-Options:WARNING: You did not specify to follow or include anything but main program. Check options and make sure > Nuitka-Options:WARNING: that is intended....
Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback if...