Skip to content

Commit

Permalink
Merge pull request #190 from emilyemorehouse/2023-03-update
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyemorehouse committed May 16, 2023
2 parents a8a2379 + 358e1ac commit 4ba6bee
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ for filename in filenames:
- [2022-12](updates/2022-12-steering-council-update.md)
- [2023-01](updates/2023-01-steering-council-update.md)
- [2023-02](updates/2023-02-steering-council-update.md)
- [2023-03](updates/2023-03-steering-council-update.md)
<!-- [[[end]]] -->

## Process
Expand Down
35 changes: 35 additions & 0 deletions updates/2023-03-steering-council-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## 2023-03-06

- The Steering Council met with our developer in residence Łukasz and discussed:
- Updates to the CLA bot to rewrite it in Python for better maintainability
- Future funding for the DiR position
- The SC reviewed code of conduct reports.
- The SC discussed PEP 697 and accepted it.
- The SC discussed the state of packaging and Python and how we can best support forward momentum for it.

## 2023-03-13

- The Steering Council discussed some potential PSF internal and Core Dev community issues.
- The SC discussed and accepted PEP 701 (f-string parsing via the grammar).
- The SC discussed our thoughts on the nogil fork & PEP 703 work.
- The SC discussed and accepted PEP 683 (immortal objects).
- The SC discussed PEP 582 (local packages directory).
- The SC discussed the locking behavior change for functools.cached_property.
- The SC briefly discussed PEP 695 (Typed Parameter Syntax).

## 2023-03-20

- The Steering Council met with our developer in residence Łukasz and discussed:
- Updates on future funding for the DiR position
- Planning for the Language Summit at PyCon US
- Regressions for dtrace markers in 3.11
- The SC discussed and agreed to [issue a 3 month suspension to Steven D’Aprano](https://discuss.python.org/t/suspending-a-core-developer-for-conduct-issues/25278)
- The SC discussed PEP 695 (Typed Parameter Syntax).

## 2023-03-27

- The Steering Council met with Pradyun Gedam and Paul Moore to talk about Packaging, the intersection with Core Development, the PyPA and governance.
- The SC discussed the 15 minute keynote slot at PyCon US.
- The SC discussed [PEP 649 (Deferred Evaluation Of Annotations Using Descriptors)](https://peps.python.org/pep-0649/).
- The SC discussed and rejected [PEP 582 (Python local packages directory)](https://peps.python.org/pep-0582/).
- The SC discussed [PEP 684 (A Per-Interpreter GIL)](https://peps.python.org/pep-0684/) and provided some feedback to the author.

0 comments on commit 4ba6bee

Please sign in to comment.