Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Repository
64ef5d7f4eefeecb8ee554cbaf1f9641b35a88bf
Switch branch/tag
uPython-mirror
py
pfenv.c
Find file
Blame
History
Permalink
Change pfenv_print_int to take machine_uint_t rather than unsinged in
· 64ef5d7f
Dave Hylands
authored
Apr 05, 2014
With this change, the following works: >>> print('%#x' % 0x1234567890abcdef) 0x1234567890abcdef
64ef5d7f