Changeset: 2ce1035a6267 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2ce1035a6267 Modified Files: ChangeLog Branch: default Log Message:
added changelog entry for python map removal diffs (13 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Thu Jul 27 2023 Niels Nes <[email protected]> +- Removed the PYTHON MAP external language option, as after a fork the + synchronization primitives could be in any state, leading to deadlocks. + During the upgrade function definitions will fallback to the normal + PYTHON language option. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
