Hi! Sorry for the delay, I didn't realize I needed to be subscribed to
the mailing list to participate in conversations.
My use case is that I have a gui application which runs arbitrary
tasks as background threads, and needs to provide a cancel button to
interrupt them. The tasks are often legacy code and/or are very
difficult to find reasonable points to insert checks for interruption.
Another use case would be implementing a python shell in a gui. If you
want to maintain responsiveness …
[View More]while commands execute, they must be
able to run in another thread (or another process, but this is not
ideal if the shell is supposed to interact with the internals of your
application). Interrupting lines with ctrl-c requires being able to
send an exception to worker threads.
Hope this helps!
Thanks,
- Audrey
[View Less]
Are you looking for a way to get ahead in Shadow Fight 2? Have you heard about the Shadow Fight 2 MOD APK? This game-changing mod allows you to unlock unlimited everything and max level on the popular fighting game. Here’s what you need to know!
What is a MOD APK?
A MOD APK is an unofficial version of a game that has been modified to unlock specific features. There are tons of MOD APKs available, each with their own unique set of features. Shadow Fight 2 has one of the most popular and …
[View More]widely used MOD APKs on the market.
What Does the Shadow Fight 2 MOD APK Unlock?
The Shadow Fight 2 MOD APK unlocks unlimited coins, gems, levels, and more! You’ll be able to purchase weapons, armor, skills, and other items without having to worry about your bankroll running out. And since it unlocks all levels, you’ll be able to jump right into new fights without having to grind through hours of battles.
How Do I Download The Shadow Fight 2 MOD APK?
Downloading the Shadow Fight 2 MOD APK couldn’t be easier. All you need to do is find an online resource that offers downloads for free, such as ModAPKStore. Once you have downloaded the file onto your device, simply install it like any other app or game and then launch it from your home screen. It’s that simple! Download here: https://techtodown.com/shadow-fight-2-mod-apk/
Conclusion
Ready for an advantage in Shadow Fight 2? Downloading the Shadow Fight 2 MOD APK will give you all the power you need—unlimited coins, gems, levels and more! So what are you waiting for? Get ahead today with this amazing mod!
[View Less]
We have begun work on py3.10. I changed the buildbot configuration to
build default (py2.7), py3.9, py3.10 instead of default (py2.7), py3.8,
py3.9. Builds for py3.8 (or any branch) can be kicked off manually.
Unless there is significant push-back, or some latent urgent bug appears
on py3.8, I do not plan on making another py3.8 release.
Help is always welcome, the py3.10 work is at a stage of "death by 1000
paper cuts" where there are many small details that need to be changed.
One …
[View More]thing people could do is to peruse the lib-python failures (testing
py3.10 on the upstream stdlib tests) for obvious [2] problems. You can
see the log file by looking at the latest builds [0] -> clicking on the
pypy-c-jit-linux-x86-64 link -> shell_16 lib-python test failed ->
stdio. There are some hints for parsing that output on the wiki [1].
Matti
[0] https://buildbot.pypy.org/summary?branch=py3.10
[1] https://foss.heptapod.net/pypy/pypy/-/wikis/Analysing-lib-python-errors
[2] what may be obvious to you may be gibberish to someone else, which
is why we need everyone's expertise
[View Less]
I have released a bug-fix v7.3.11 of PyPy with python2.7, 3,8, 3..9. The
complete release note is at
https://doc.pypy.org/en/latest/release-v7.3.11.html. Looking back at all
the blog posts with the release tag
https://www.pypy.org/categories/release.html, it seems there were 40
releases since my first 2.4.0 in 2014.
Plans for 2023 include python3.10 and maybe python 3.11, updating HPy,
and more performance enhancements. I also want to find a way to give
more information about memory …
[View More]allocations to help people understand if
there are leaks.
Matti
[View Less]