Python 3.9 by filmor · Pull Request #1264 · pythonnet/pythonnet

@filmor mentioned this pull request

Oct 14, 2020

@filmor

@filmor

@filmor

@filmor

- Only record structs when they are defined, not when they are declared
- If a struct was only declared when a typedef was created, it won't
  contain its member declarations. Those have to be drawn from the
  recorded structs instead.
- Rename internal members of AstParser to make it easier to debug

@filmor filmor changed the title Add Python 3.9 to CI Python 3.9

Nov 13, 2020

@filmor

filmor added a commit that referenced this pull request

Nov 13, 2020
* Add Python 3.9 to CI
* Update AppVeyor image and always install all requirements
* Add Python 3.9 interop file
* Fix geninterop script and regenerate interop39.cs
    - Only record structs when they are defined, not when they are declared
    - If a struct was only declared when a typedef was created, it won't
      contain its member declarations. Those have to be drawn from the
      recorded structs instead.
   - Rename internal members of AstParser to make it easier to debug

filmor referenced this pull request

Jan 26, 2023

@filmor