[GRASS-dev] [GRASS GIS] #2708: Run GRASS with Python3

#2708: Run GRASS with Python3
--------------------------+-------------------------
  Reporter: zarch | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.4
Component: Default | Version: unspecified
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by glynn):

Replying to [comment:12 zarch]:

> Can we modify fix.sed, to not only fix the import but also substitute
the line:

Matching the specific line would only work for glibc, and would break if
the definition of __sigset_t ever changed in any way.

None of the other solutions are hard to implement; we just need to choose
one.

If you just want to get this working now, I'd suggest using the "#ifndef
CTYPESGEN" approach.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2708#comment:13&gt;
GRASS GIS <https://grass.osgeo.org>