pn.serve with threaded=True
does not work in Python 3.12
#6332
Labels
Milestone
threaded=True
does not work in Python 3.12
#6332
ALL software version info
Description of expected behavior and the observed behavior
It appears as tho the
pn.serve(... ,threaded=True)
option does not work in python 3.12.2. See the error message below. As far as i can tell the app doesn't matter, this was just some test app i had handy to demonstrate the bug.I'm not sure i actually need this feature, but i'm sharing it since it took me a little bit to debug when upgrading an old app to python 3.12.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
The text was updated successfully, but these errors were encountered: