(1/4)
How to get Python 3.3 to handle JSON
without having to install a newer Python
version, which requires also a newer
C/C++ version and thereby even a newer OS ?
Tried to install Python 3.10 but importing
request lib required a newer C/C++.
Our reason to use Python 3.3 is the thoroughly
tested and fast multiprocessing library
installed to it and our Python apps using it.
Can't upgrage to newer untested and
slower Python versions which also
come with too slow and uncompatible
multiprocessing libraries.
(2/4)
How to use Python 3.3 to handle JSON
without using those libs which force to
upgrade to newer Python ?
(3/4)
How about Python 3.3 client and
PHP 8.0 JSON server solution ?
(4/4)
Thanks supporting
Interactive Shell:
php has been compiled --with-readline
$ php - a
Interactive Shell
Well done opalstack guys!