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: m-labs/nmigen
base: 9fba5ccb513c
Choose a base ref
...
head repository: m-labs/nmigen
compare: 61e6267dafa4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 21, 2019

  1. Explicitly restrict prelude imports.

    It turns out that while Python does not import _private identifiers
    when using * imports, it does nevertheless import all submodules.
    
    Avoid polluting the namespace in the prelude by explicitly listing
    all exported identifiers.
    whitequark committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    61e6267 View commit details
    Browse the repository at this point in the history