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: pythonnet/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28a78ed
Choose a base ref
...
head repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b6ac12
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 5, 2022

  1. implemented dynamic equality and inequality for PyObject instances

    fixed unhandled Python errors during comparison attempts
    
    fixes #1848
    lostmsu authored and filmor committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e84731f View commit details
    Browse the repository at this point in the history
  2. Fix broken prefix and debug leftover

    Additionally, fixes a type hint and makes sure that the new default
    behaviour is to use the environment variable if given.
    filmor committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    2edd800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6ac12 View commit details
    Browse the repository at this point in the history
Loading