etianen / aiohttp-wsgi

WSGI adapter for aiohttp.
https://aiohttp-wsgi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 20 forks source link

Added ppc64le architecture... #27

Closed dthadi3 closed 3 years ago

dthadi3 commented 3 years ago

Thanks for the code, its working good.

What do these changes do?

Added Architecture "ppc64le"

Are there changes in behavior for the user?

No

etianen commented 3 years ago

Thanks!

What do we gain by testing against this architecture? None of the underlying code uses anything that's architecture-specific, and Python should paper over any random differences.

It feels like adding another architecture is just testing Python (and possibly aiohttp), rather than this library.

On Wed, 23 Sep 2020 at 11:44, dthadi3 notifications@github.com wrote:

Thanks for the code, its working good. What do these changes do?

Added Architecture "ppc64le" Are there changes in behavior for the user?

No

You can view, comment on, or merge this pull request online at:

https://github.com/etianen/aiohttp-wsgi/pull/27 Commit Summary

  • Update .travis.yml

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etianen/aiohttp-wsgi/pull/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEKCDWTUMGSQBUD4BZMSDSHHGPRANCNFSM4RW34WAA .

dthadi3 commented 3 years ago

need some changes