systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
411 stars 36 forks source link

MNT: use public ast module in setup.py #33

Closed tacaswell closed 5 years ago

tacaswell commented 5 years ago

The Str object is no longer in in _ast is py38, switch to using the public ast module instead.

https://github.com/python/cpython/pull/9445 https://bugs.python.org/issue32892

aleivag commented 5 years ago

Hey... Thanks for this!!! pluming this PR into our internal testing services...

facebook-github-bot commented 5 years ago

@aleivag merged this pull request in facebookincubator/pystemd@35d1e091f299a8b28f62d8a37d5cc87ec79ddb30.

tacaswell commented 5 years ago

Your welcome.

I enjoyed your pycon talk.