Bugzilla – Bug 1350
Simulator.ScheduleWithContext Python binding missing
Last modified: 2012-02-14 12:47:47 UTC
Created attachment 1316 [details] patch to add Python binding for Simulator.ScheduleWithContext Hello, Attached is a proposed patch for Simulator.ScheduleWithContext Python binding, which seems to be missing.
The patch needed a bit of additional work: 1. Accept python int or long as context; 2. Include the context in the event callback; changeset: 7709:a1eb376aaa6a tag: tip user: alina & Gustavo Carneiro date: Tue Feb 14 17:45:50 2012 +0000 summary: Bug 1350 - Simulator.ScheduleWithContext Python binding missing
And, of course, unit tests! Added one...