Skip to content

Commit cf1f1dc

Browse files
authored
Merge branch 'master' into repr
2 parents 2a002d7 + 5ee234a commit cf1f1dc

File tree

3 files changed

+211
-161
lines changed

3 files changed

+211
-161
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
4545
- Serge Weinstock ([@sweinst](https://github.com/sweinst))
4646
- Simon Mourier ([@smourier](https://github.com/smourier))
47+
- Victor Milovanov ([@lostmsu](https://github.com/lostmsu))
4748
- Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
4849
- Ville M. Vainio ([@vivainio](https://github.com/vivainio))
4950
- Virgil Dupras ([@hsoft](https://github.com/hsoft))

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
2929

3030
- Reattach python exception traceback information (#545)
3131
- PythonEngine.Intialize will now call `Py_InitializeEx` with a default value of 0, so signals will not be configured by default on embedding. This is different from the previous behaviour, where `Py_Initialize` was called instead, which sets initSigs to 1. ([#449][i449])
32+
- Refactored MethodBinder.Bind in preparation to make it extensible (#829)
3233

3334
### Fixed
3435

0 commit comments

Comments
 (0)