Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oracle/graalpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phkeese/graalpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 4 files changed
  • 3 contributors

Commits on Feb 9, 2024

  1. Add rudimentary support for _tkinter in GraalPy

    This commit adds the _tkinter module to the list of built-in modules to allow use of tkinter.
    Before use, the bindings need to be built using tklib_build.py.
    The code was modified from existing code in PyPy's main branch.
    
    Right now, opening a window under Linux works, but still crashes on interacting with UI elements such as buttons.
    It seems like there is a bug in the `cffi` module causing a SegFault.
    macOS complains about other threads accessing the main window and the build script has some trouble finding the correct library for Tcl and Tk, as macOS comes with an older version preinstalled.
    Windows was not tested.
    
    Co-authored-by: Margarete Dippel <[email protected]>
    Co-authored-by: Tim Felgentreff <[email protected]>
    3 people committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cd60e90 View commit details
    Browse the repository at this point in the history
Loading