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: comdora/python4delphi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pyscripter/python4delphi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 24, 2025

  1. Fix ARM64 callback crash

    This patch fixes the SIGSEGV crash on ARM64 Raspberry Pi 5
    caused by mmap not allocating executable memory correctly.
    
    It adds a fallback to mmap + mprotect with correct permissions,
    making Python4Delphi callbacks stable on ARM64.
    
    Tested on Raspberry Pi 5, FreePascal 3.2.2, Lazarus 4.0
    comdora authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8524233 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Adopted for MACOS and RPI

    comdora authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    372e8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02e0fb View commit details
    Browse the repository at this point in the history
Loading