You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first glance the follow headers are interesting enough:
os/signpost.h
os/log.h
os/activity.h
os/workgroup.h
Current plan is to add a new bindings package ("pyobjc-framework-libos") with one module per header (e.g. "import os_signpost").
A possible problem with a binding to os/log.h, and possibly os/signpost.h, is that the header documents that the format string argument must be a static string (no variable). This at the very least requires some functional tests to make sure that the regular PyObjC binding pattern works.
The text was updated successfully, but these errors were encountered:
See also #376.
On first glance the follow headers are interesting enough:
os/signpost.h
os/log.h
os/activity.h
os/workgroup.h
Current plan is to add a new bindings package ("pyobjc-framework-libos") with one module per header (e.g. "import os_signpost").
A possible problem with a binding to
os/log.h
, and possiblyos/signpost.h
, is that the header documents that the format string argument must be a static string (no variable). This at the very least requires some functional tests to make sure that the regular PyObjC binding pattern works.The text was updated successfully, but these errors were encountered: