Skip to content

gh-149214: Fix non ascii characters in remote debugging#149228

Open
pablogsal wants to merge 1 commit intopython:mainfrom
pablogsal:fix-non-ascii-characters-in-remote-debugging
Open

gh-149214: Fix non ascii characters in remote debugging#149228
pablogsal wants to merge 1 commit intopython:mainfrom
pablogsal:fix-non-ascii-characters-in-remote-debugging

Conversation

@pablogsal
Copy link
Copy Markdown
Member

@pablogsal pablogsal commented May 1, 2026

@pablogsal pablogsal force-pushed the fix-non-ascii-characters-in-remote-debugging branch from aa6465e to d8e373b Compare May 1, 2026 14:22
Copy link
Copy Markdown
Contributor

@maurycy maurycy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pablogsal

It's great now! Thank you.

2026-05-01T16:29:39.511171000+0200 maurycy@gimel /Users/maurycy/src/github.com/pablogsal/cpython (fix-non-ascii-characters-in-remote-debugging d8e373b) % ./python.exe /tmp/zażółć3.py 
'/tmp/zażółć3.py' | 'zażółć'
'/tmp/zażółć3.py' | '<module>'
2026-05-01T16:30:09.323774000+0200 maurycy@gimel /Users/maurycy/src/github.com/pablogsal/cpython (fix-non-ascii-characters-in-remote-debugging d8e373b) % sudo ./python.exe -m profiling.sampling run --collapsed -o /tmp/profile.folded /tmp/zażółćgęśląjaźń.py
Captured 7,527 samples in 7.53 seconds
Sample rate: 999.98 samples/sec
Error rate: 0.07
Collapsed stack output written to /tmp/profile.folded
2026-05-01T16:30:28.551291000+0200 maurycy@gimel /Users/maurycy/src/github.com/pablogsal/cpython (fix-non-ascii-characters-in-remote-debugging d8e373b) % cat /tmp/profile.folded  
tid:12700342;<frozen runpy>:_run_module_as_main:196;<frozen runpy>:_run_code:87;zażółćgęśląjaźń.py:<module>:11;zażółćgęśląjaźń.py:główna:9;zażółćgęśląjaźń.py:zażółć_gęślą_jaźń:4 6555
tid:12700342;<frozen runpy>:_run_module_as_main:196;<frozen runpy>:_run_code:87;zażółćgęśląjaźń.py:<module>:11;zażółćgęśląjaźń.py:główna:9;zażółćgęśląjaźń.py:zażółć_gęślą_jaźń:3 967
2026-05-01T16:30:42.382568000+0200 maurycy@gimel /Users/maurycy/src/github.com/pablogsal/cpython (fix-non-ascii-characters-in-remote-debugging d8e373b) % 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants