Skip to content

Commit 5ee234a

Browse files
authored
Merge pull request #829 from losttech/PR/MethodBinderRefactoring
Refactoring of MethodBinder.Bind
2 parents 93a8c83 + d866e33 commit 5ee234a

File tree

3 files changed

+211
-161
lines changed

3 files changed

+211
-161
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
4444
- Serge Weinstock ([@sweinst](https://github.com/sweinst))
4545
- Simon Mourier ([@smourier](https://github.com/smourier))
46+
- Victor Milovanov ([@lostmsu](https://github.com/lostmsu))
4647
- Viktoria Kovescses ([@vkovec](https://github.com/vkovec))
4748
- Ville M. Vainio ([@vivainio](https://github.com/vivainio))
4849
- Virgil Dupras ([@hsoft](https://github.com/hsoft))

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
2828

2929
- Reattach python exception traceback information (#545)
3030
- 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])
31+
- Refactored MethodBinder.Bind in preparation to make it extensible (#829)
3132

3233
### Fixed
3334

0 commit comments

Comments
 (0)