Bugzilla – Bug 786
Make Ipv4Address hashable from Python
Last modified: 2010-01-14 06:45:53 UTC
Created attachment 711 [details] patch Like the summary says. Need to add tp_hash function to the type wrapper.
commit once the code freeze finishes, on january 20th... thanks
You can commit now if all tests and regression tests pass.
(In reply to comment #2) > You can commit now if all tests and regression tests pass. Does this mean the ns-3-dev tree is again open for development, or only bug fixes? NS-3.7 is already on a separate branch?
No ns 3.7 is not on a different branch, but the maintainer of each module can decide if he wants to upload bug fix to the ns-3 dev (which will be ns-3.7). It is not open for development but only for P1 bug fixes, and the maintainers of a module are the ones who will decide to upload a patch for a bug or not. If you think that this bug fix is important and you want it to be in the ns-3.7 release, please upload the fix. We reserve the right to revert the patch if it breaks builds/tests.
Since it's a low-impact small patch, I commit it.