New submission from AnLong <[email protected]>:
Sending a str object for example "asdf" via channel, the received str object turn into "asd". The attachment file test.py can re-produce this issue, with python3.8 and 3.9a1. ---------- components: Subinterpreters files: test.py messages: 370487 nosy: asaka priority: normal severity: normal status: open title: sending str via channel caused truncate on last character type: behavior versions: Python 3.8, Python 3.9 Added file: https://bugs.python.org/file49204/test.py _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40834> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
