There was a mistake in my formal issue#3772.
Python print() will be buggy if I use execute command
```
py "%f"
```
and print too many rows at one time.
#Bug Example
For example, the picture below shows the output of
```
for i in range(40):
print(i,"test test test")
```
Execute with geany's execute button:

Type the execute command in cmd.exe:

#System Version
Windows 11 22H2
Version 10.0.22621.3296
Windows Feature Experience Pack 1000.22687.1000.0
_Originally posted by @Independent-X in
https://github.com/geany/geany/issues/3772#issuecomment-2016544156_
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3798
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/[email protected]>