1. 22 Sep, 2018 1 commit
    • Stefan Behnel's avatar
      Clean up directives to distinguish between those that belong to a function or... · d89862f4
      Stefan Behnel authored
      Clean up directives to distinguish between those that belong to a function or class and those that are generally inherited. Everything that is not inherited should also not have a default value and instead exist or not.
      Then, prevent lambdas and generator expressions from inheriting directives from their outer function/scope, e.g. "@cython.cdef".
      Closes #459.
      d89862f4
  2. 21 Sep, 2018 3 commits
  3. 19 Sep, 2018 2 commits
  4. 17 Sep, 2018 7 commits
  5. 16 Sep, 2018 15 commits
  6. 15 Sep, 2018 11 commits
  7. 14 Sep, 2018 1 commit