Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
TASTE
uPython-mirror
Repository
uPython-mirror
py
pfenv.h
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